runtime.timers.len (field)
8 uses
runtime (current package)
proc.go#L6962: if pp.timers.len.Load() == 0 {
time.go#L141: len atomic.Uint32
time.go#L194: ts.len.Store(uint32(len(ts.heap)))
time.go#L848: src.len.Store(0)
time.go#L849: ts.len.Store(uint32(len(ts.heap)))
time.go#L1027: force := ts == &getg().m.p.ptr().timers && int(zombies) > int(ts.len.Load())/4
time.go#L1053: force = ts == &getg().m.p.ptr().timers && int(ts.zombies.Load()) > int(ts.len.Load())/4
time.go#L1285: if n := int(ts.len.Load()); len(ts.heap) != n {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)